From: Gabor Juhos Date: Thu, 27 Mar 2014 07:06:18 +0000 (+0000) Subject: packages/flow-tools: fix whitespaces X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=d368fa0ffaf0dcf125e2d4468c282282ab86edc4;p=openwrt%2Fsvn-archive%2Fpackages.git packages/flow-tools: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40255 --- diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile index 611b2b23e..3f80d7181 100644 --- a/net/flow-tools/Makefile +++ b/net/flow-tools/Makefile @@ -28,7 +28,7 @@ define Package/flow-tools endef define Package/flow-tools/description - Flow-tools is a software package for collecting and processing + Flow-tools is a software package for collecting and processing NetFlow data from Cisco and Juniper routers. endef @@ -36,7 +36,7 @@ define Build/Compile $(call Build/Compile/Default,all) endef -define Package/flow-tools/install +define Package/flow-tools/install $(INSTALL_DIR) $(1)/usr/bin/ $(CP) $(PKG_BUILD_DIR)/src/flow-* $(1)/usr/bin/ endef